projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2702d9
)
(create_process): Get a pty for any non-nil Vprocess_connection_type value.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 30 May 1994 10:19:16 +0000
(10:19 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 30 May 1994 10:19:16 +0000
(10:19 +0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 2e5631ade757b6857f67e553314ed0d4fa02971a..6a65a1668aadcc2dc374495576c74e358ff10d20 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-1159,7
+1159,7
@@
create_process (process, new_argv, current_dir)
inchannel = outchannel = -1;
#ifdef HAVE_PTYS
- if (
EQ (Vprocess_connection_type, Qt
))
+ if (
!NILP (Vprocess_connection_type
))
outchannel = inchannel = allocate_pty ();
if (inchannel >= 0)